var net.multipathtcp

7 uses

	net (current package)
		dial.go#L42: var multipathtcp = godebug.New("multipathtcp")
		dial.go#L64: 	if multipathtcp.Value() == "1" || multipathtcp.Value() == "3" {
		dial.go#L65: 		multipathtcp.IncNonDefault()
		dial.go#L102: 	if multipathtcp.Value() == "0" || multipathtcp.Value() == "3" {
		dial.go#L103: 		multipathtcp.IncNonDefault()